String Schema
Permitted Element
Namespace http://string.drv.de/xmlschema/string
Overview
Permitted optional
Passengers optional xs:boolean
From optional xs:boolean
To optional xs:boolean
Duration optional xs:boolean
Room optional xs:boolean
Board optional xs:token
Attributes
NameTypeUseDefaultFixedDescription
Passengersxs:booleanoptional   
Fromxs:booleanoptional   
Toxs:booleanoptional   
Durationxs:booleanoptional   
Roomxs:booleanoptional   
Boardxs:tokenoptional   
Source
<xs:element name="Permitted" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:attribute name="Passengers" type="xs:boolean" />
    <xs:attribute name="From" type="xs:boolean" />
    <xs:attribute name="To" type="xs:boolean" />
    <xs:attribute name="Duration" type="xs:boolean" />
    <xs:attribute name="Room" type="xs:boolean" />
    <xs:attribute name="Board" type="xs:token" />
  </xs:complexType>
</xs:element>
See Also
ModficationPoliciesType Complex TypeString Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.